Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Dialog

Packages that use Dialog
org.eclipse.vtp.framework.interactions.voice.services   
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Dialog in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type Dialog
protected  VXMLDocument VoicePlatform.createVXMLDocument(ILinkFactory links, Dialog dialog)
          Creates a new VXML document that contains the supplied dialog.
 

Uses of Dialog in org.eclipse.vtp.framework.interactions.voice.vxml
 

Subclasses of Dialog in org.eclipse.vtp.framework.interactions.voice.vxml
 class Form
          The Form class represents the <form> VXML element.
 class Menu
          The Menu class represents the <menu> VXML element.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Dialog
 void VXMLDocument.addDialog(Dialog dialog)
          Adds a dialog to this document.
 void VXMLDocument.removeDialog(Dialog dialog)
          Removes a dialog from this document.